home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
HYP
/
J-M
/
Kids El Verbo Simple.cpt
/
El Verbo Simple 1.1
/
card_73808.txt
< prev
next >
Wrap
Text File
|
1990-11-11
|
3KB
|
131 lines
-- card: 73808 from stack: in.1
-- bmap block id: 75396
-- flags: 4000
-- background id: 72461
-- name:
-- part 20 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=31 top=281 right=314 bottom=266
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect dissolve
go home
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=33 top=153 right=190 bottom=444
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Conjugator
----- HyperTalk script -----
on mouseUp
visual effect dissolve
go to first card of bg id 2629
end mouseUp
-- part 22 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=32 top=200 right=228 bottom=459
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Reference
----- HyperTalk script -----
on mouseUp
push card
visual effect dissolve
go to card id 59196
end mouseUp
-- part 30 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=34 top=117 right=146 bottom=439
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: More Information
----- HyperTalk script -----
on mouseUp
visual effect dissolve
go to card id 75564
end mouseUp
-- part 31 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=32 top=238 right=271 bottom=370
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Quiz
----- HyperTalk script -----
on mouseUp
Global Subject
Global FmrTense, PrevSubject, Answer
visual dissolve
go to card id 76666
set cursor to watch
put 0 into FmrTense
put 0 into PrevSubject
if item 1 of Subject is empty then
PutSubject "Yo",1
PutSubject "Tu",2
PutSubject "Ud.",3
PutSubject "Nosotros",4
PutSubject "Vosotros",5
PutSubject "Uds.",6
PutTense "Present",1
PutTense "Preterite",2
PutTense "Imperfect",3
PutTense "Future",4
PutTense "Conditional",5
PutTense "Progressive",6
PutTense "Compound",7
PutTense "Subjunctive",8
end if
DoQuestion
set cursor to browse
end mouseUp